home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1887 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  993 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: papacostas@aol.com (Papacostas)
  3. Newsgroups: comp.lang.c++
  4. Subject: Help: BC++ 3.0 & Windows 3.1 API
  5. Date: 13 Jan 1996 16:16:29 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4d97fd$v8@newsbf02.news.aol.com>
  9. Reply-To: papacostas@aol.com (Papacostas)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. If have Borland C++ Version 3.0 (1991) and I am having trouble
  13. compiling programs containing calls to Windows 3.1 API functions
  14. such as RedrawWindow, EnableCommNotification and GetOpenFileName.
  15.  
  16. I suspect it's because BC++ 3.0 supports Windows 3.0 API calls but not
  17. Windows 3.1: I have already added function prototypes and constants to
  18. windows.h to overcome compilation problems but  I am still unable
  19. to link successfully.
  20.  
  21. Could someone please:
  22.  
  23. 1. Help me confirm my suspicion.
  24.  
  25. 2. Help me find a workaround (other than buying a newer version
  26.      of the compiler).
  27.  
  28. Thanks for your help .
  29.  
  30.  
  31.